Class SuperpixelStereo
Defined in File structures.h
Inheritance Relationships
Base Type
public Superpixel
(Class Superpixel)
Class Documentation
-
class SuperpixelStereo : public Superpixel
Public Functions
-
inline SuperpixelStereo(int _id)
-
inline virtual ~SuperpixelStereo()
-
inline double GetDispSum()
-
inline double GetPriorEnergy() const
-
inline double GetSmoEnergy()
-
void UpdateDispSum(const cv::Mat1d &depthImg, double inlierThresh, double noDisp)
-
void CalcPlaneLeastSquares(const cv::Mat1d &depthImg)
-
template<class It, class Pr>
inline void CalcPlaneLeastSquaresI(It from, It to, Pr pred, const cv::Mat1d &depthImg, double weightFactor)
-
inline void CalcPlaneLeastSquaresI(const BorderDataMap &bdMap, const cv::Mat1d &depthImg, double weightFactor, int peblThreshold)
-
inline void CalcPlaneLeastSquares(const BorderDataMap &bdMap, const cv::Mat1d &depthImg, double weightFactorCo, double weightFactorHi, int peblThreshold)
-
inline void AddToDSums(double w, const Plane_d &plane, double &sumRowD, double &sumColD, double &sumD)
-
inline void ClearPixelSet()
-
void GetRemovePixelDataStereo(const PixelData &pd, PixelChangeDataStereo &pcd) const
-
void GetAddPixelDataStereo(const PixelData &pd, PixelChangeDataStereo &pcd) const
-
double CalcDispEnergy(const cv::Mat1d &dispImg, double inlierThresh, double noDisp)
-
void CheckAppEnergy(const cv::Mat &img)
-
void CheckRegEnergy()
-
inline SuperpixelStereo(int _id)